home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 January / Chip_2004-01_cd1.bin / oddech / flashgames / stress / install / stresspaint.exe / scripts / DefineButton2_294 / BUTTONCONDACTION on(release).as
Text File  |  2002-07-26  |  181b  |  10 lines

  1. on(release){
  2.    if(_root.blnInPlay == true)
  3.    {
  4.       _root.shots = _root.levshots;
  5.       _root.blnFire = true;
  6.       _root.sndReload.play();
  7.       gotoAndStop(1);
  8.    }
  9. }
  10.